@media screen and (min-width: 1200px) and (max-width:1500px) {
    body{
		zoom:.92;
	}
}
.l-head .midd{
    position: relative;
    height: 108px;
    overflow: hidden;
}
.l-head .midd .logo{
    height: 52px;
    margin: 27px 0 0;
}
.l-head .nav{
    margin: 0 0 0 25px;
}
.l-head .nav>li>a{
    display: inline-block;
    border-bottom: 2px solid rgba(0,0,0,0);
    padding: 41px 12px;
    font-size: 16px;
    color: #717171;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-head .nav>li:hover>a{
    border-bottom: 2px solid #E60038;
}
.l-head .nav>li>a.active{
    border-bottom: 2px solid #E60038;
}
.l-head .nav>li>a+ul{
    opacity: 0;
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 12px 0 7px;
    text-align: center;
    /* background: rgba(255,255,255,.9); */
	background: white;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-head .nav>li:hover>a+ul{
    opacity: 1;
    z-index: 999;
    border-top: 1px solid #E0D8D0;
}
.l-head .nav>li>a+ul li{
    display: inline-block;
    margin: 0 23px;
    line-height: 46px;
    color: #555555;
}
.l-head .nav>li>a+ul li .l-img{
	width: 125px;
	height: 75px;
}
.l-head .nav>li>a+ul li img{
	max-width: 125px;
	max-height: 75px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-head .nav>li>a+ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-head .r,
.l-head .r a{
    color: #898989;
}
.l-head .r{
    padding: 44px 0 0;
}
.l-head .r img{
    height: 19px;
}
.l-head .r .syst{
    margin: 0 13px 0 0;
}
.l-head .r .syst span{
    position: relative;
    top: -3px;
    margin: 0 0 0 13px;
}
.l-head .r .syst:hover span{
    text-decoration: underline;
}
.l-head .r .sear{
    position: relative;
}
.l-head .r .sear img{
    cursor: pointer;
}
.l-head .r form{
    display: none;
    position: absolute;
    top: 25px;
    right: -18px;
    width: 232px;
}
.l-head .r form div{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.l-head .r form input{
    border: 1px solid #58585854;
    color: #58585854;
}
.l-head .r form input[type="text"]{
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 7px;
    background: white;
}
/* WebKit, Blink, Edge */
.l-head .r form input[type="text"]::-webkit-input-placeholder{
    color: #58585854;
}
/* Mozilla Firefox 4 to 18 */
.l-head .r form input[type="text"]:-moz-placeholder{
    color: #58585854;
}
/* Mozilla Firefox 19+ */
.l-head .r form input[type="text"]::-moz-placeholder{
    color: #58585854;
}
/* Internet Explorer 10-11 */
.l-head .r form input[type="text"]:-ms-input-placeholder{
    color: #58585854;
}
.l-head .r form input[type="submit"]{
    width: 50px;
    height: 35px;
	margin: 0 0 0 2px;
    color: #58585854;
    background: white;
}
.l-head .r .phon{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #ec325f;
}
.l-head .r .phon span{
    display: inline-block;
    position: relative;
    top: -2px;
    width: 1px;
    height: 15px;
    margin: 0 20px;
    background: #D4D4D4;
}
.l-head .r .phon img{
    margin: 0 10px 0 0;
}
.l-foot{
    padding: 85px 0 0;
    background: #222222;
}
.l-foot a:hover{
    text-decoration: underline;
}
.l-foot .nav>li{
    width: 210px;
}
.l-foot .nav>li p a{
    color: #cecece;
}
.l-foot .nav>li ul{
    margin: 7px 0 0;
}
.l-foot .nav>li li a{
    line-height: 36px;
    font-size: 12px;
    color: #8d8d8d;
}
.l-foot .nav a{
    color: white;
}
.l-foot .bott{
    margin: 50px 0 0;
    padding: 12px 0;
    text-align: center;
    color: #8d8d8d;
    background: #1B1B1B;
}
.l-foot .bott .l-di{
	position: relative;
	top: 4px;
}
.l-foot .info h5{
    margin: 0 0 8px;
    color: #cecece;
}
.l-foot .info p{
    line-height: 36px;
    font-size: 12px;
    color: #8d8d8d;
}
.l-foot .info ul{
    margin: 26px 0 0;
    text-align: center;
}
.l-foot .info ul li{
    margin: 0 22px 0 0;
}
.l-foot .info ul img{
    height: 102px;
}
.l-foot .r p{
    color: #cecece;
}
.l-foot .r h1{
    line-height: 36px;
    color: #e0e0e2
}
.l-midd .prod .type{
    position: relative;
    z-index: 999;
    margin: 55px 0 45px;
}
.l-midd .prod .type>li{
    display: inline-block;
    position: relative;
    border-right: 1px solid #ECECEC;
    padding: 4px 10px 0;
}
.l-midd .prod .type>li:last-child{
    border: none;
}
.l-midd .prod .imgW{
	position: relative;
	width: 126px;
	height: 102px;
	margin-bottom: -32px;
	overflow: hidden;
}
.l-midd .prod .l-img{
	position: absolute;
    width: 126px;
    height: 69px;
    vertical-align: bottom;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.l-midd .prod .type>li .l-img:nth-child(1){
	top: 0;
}
.l-midd .prod .type>li:hover .l-img:nth-child(1){
	opacity: 0;
	top: 69px;
}
.l-midd .prod .type>li.active .l-img:nth-child(1){
	opacity: 0;
	top: 69px;
}
.l-midd .prod .l-img:nth-child(2){
	top: -69px;
}
.l-midd .prod .type>li:hover .l-img:nth-child(2){
	top: 0px;
}
.l-midd .prod .type>li.active .l-img:nth-child(2){
	top: 0px;
}
.l-midd .prod .type>li:hover .l-img:nth-child(2){
    -webkit-box-reflect: below 5px -webkit-linear-gradient(transparent 60%,rgba(0,0,0,.3));
    box-reflect: below 5px linear-gradient(transparent 60%,rgba(0,0,0,.3));
}
.l-midd .prod .type>li.active .l-img:nth-child(2){
    -webkit-box-reflect: below 5px -webkit-linear-gradient(transparent 60%,rgba(0,0,0,.3));
    box-reflect: below 5px linear-gradient(transparent 60%,rgba(0,0,0,.3));
}
.l-midd .prod .type>li img{
    max-width: 93px;
    max-height: 69px;
}
.l-midd .prod .type>li>p a{
    display: inline-block;
    position: relative;
    top: 3px;
    padding: 10px 0 0;
    color: #979797;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .prod .type>li:hover>p a{
    color: #e60038;
}
.l-midd .prod .type>li.active>p a{
    color: #e60038;
}
.l-midd .prod .type>li ul{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 12px 0 0;
}
.l-midd .prod .type>li:hover ul{
    display: block;
}
.l-midd .prod .type>li ul a{
    display: inline-block;
    width: 132px;
    border-bottom: 1px solid #EDEDED;
    padding: 6px 0;
    font-size: 12px;
    color: #898989;
}
.l-midd .prod .type>li ul li:hover a{
    text-decoration: underline;
}
.l-midd .prod .type>li ul li.active a{
    text-decoration: underline;
}
.l-midd .prod .type>li ul li:last-child a{
    border-bottom: none;
}
.l-midd .prod .cont{
    height: 814px;
    overflow: hidden;
}
.l-midd .prod .cont div{
    opacity: 0;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.l-midd .prod .cont div.active{
    opacity: 1;
}
.l-midd .prod .cont img{
    display: block;
    width: 1920px;
    margin:0 calc(50% - 960px);
}
.l-midd .case{
    background: #F8F8F8;
}
.l-midd .case .wrap{
    position: relative;
    width: 351px;
    height: 480px;
}
.l-midd .case .wrap>*{
    position: absolute;
    top: 0;
    left: 0;
}
.l-midd .case .wrap img{
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .wrap:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-midd .case .wrap .shad{
    opacity: 0;
    width: 351px;
    height: 480px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 7px;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .wrap:hover .shad{
    opacity: 1;
}
.l-midd .case .wrap .shad a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff2e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 135px 0 0;
}
.l-midd .case .wrap .shad h3{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 7px;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-midd .case .wrap .shad h3{
    font-size: 18px;
    font-weight: normal;
    color: white;
}
.l-midd .case .wrap .shad hr{
    display: inline-block;
    width: 45px;
    height: 2px;
    margin: 20px 0 5px;
    background: #E60038;
}
.l-midd .case .wrap .shad p{
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}
.l-midd .case .wrap .shad span{
    display: inline-block;
    border: 1px solid #B6B6B5;
    margin: 130px 0 0;
    padding: 7px 35px;
    color: white;
}
.l-midd .case .more{
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 75px 0 55px;
    padding: 13px 55px;
    color: #848383;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .case .more:hover{
    border: 1px solid #E60038;
    color: #fff;
    background: #E60038;
}
.l-midd .tran .cont{
    background: #F8F8F8;
}
.l-midd .tran .cont .pic{
    height: 599px;
    background: white url("../img/tran-p.png") no-repeat center;
    background-attachment: fixed;
}
.l-midd  .tran ul{
    width: 1260px;
    height: 193px;
    margin: -53px auto -20px;
    background: white;
    -webkit-box-shadow: 0px 1px 22px 1px #dadada87;
    -moz-box-shadow: 0px 1px 22px 1px #dadada87;
    box-shadow: 0px 1px 22px 1px #dadada87;
    grid-template-columns: repeat(4, 1fr);
}
.p-grid{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-template-rows: auto;
}
.l-midd  .tran li{
    display: inline-block;
    padding: 32px 0;
}
.l-midd  .tran li p:nth-child(1){
    color: #898989;
}
.l-midd  .tran li p:nth-child(1) span{
    line-height: 75px;
    font-size: 75px;
    color: #e60038;
}
.l-midd  .tran li p:nth-child(2){
    margin: 12px 0 -3px;
}
.l-midd  .tran li p:nth-child(3){
    font-size: 10px;
    color: #c0bfbf;
}
.l-midd .tran .more{
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 75px 0 45px;
    padding: 15px 45px;
    font-size: 16px;
    color: #848383;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .tran .more:hover{
    border: 1px solid #E60038;
    color: #fff;
    background: #E60038;
}
.l-midd .tran2 .pic{
    height: 650px;
    background: white url("../img/tran2-p.png") no-repeat center;
    background-attachment: fixed;
}
.l-midd .tran3W{
    padding: 25px 0;
    background: #F8F8F8;
}
.l-midd .tran3{
    padding: 40px 0;
    background: white;
}
.l-midd .tran3 li{
    display: inline-block;
    padding: 0 54px;
}
.l-midd .tran3 li h2{
    margin: 18px 0 16px;
    font-size: 22px;
}
.l-midd .tran3 li p{
    font-size: 16px;
    color: #848484;
}
.l-midd .news .l-titl{
    padding-bottom: 50px;
}
.l-midd .news .cont{
    padding: 0 0 50px;
}
.l-midd .news .l{
    width: 700px;
    text-align: center;
}
.l-midd .news .l .swip{
    position: relative;
    height: 521px;
}
.l-midd .news .l .swiper-container{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.l-midd .news .l .swiper-container:first-child{
    visibility: visible;
}
.l-midd .news .l .bott{
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 640px;
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -37px 0 20px;
    padding: 25px;
    background: white;
    -webkit-box-shadow: 0px 1px 12px 1px #dadada;
    -moz-box-shadow: 0px 1px 12px 1px #dadada;
    box-shadow: 0px 1px 12px 1px #dadada;
}
.l-midd .news .l .bott .date p:nth-child(1){
    border-bottom: 1px solid #DEDEDE;
    margin: 0 0 10px;
    padding: 0 0 18px;
    font-family: Arial;
    font-size: 36px;
    color: #e60038;
}
.l-midd .news .l .bott .date p:nth-child(2){
    font-family: Arial;
    font-size: 18px;
    color: #e60038;
}
.l-midd .news .l .bott .text{
    width: 492px;
    text-align: left;
}
.l-midd .news .l .bott .text h4{
    width: 100%;
    margin: 0 0 10px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-midd .news .l .swiper-slide:hover .bott .text h4{
    color: #e60038;
    text-decoration: underline;
}
.l-midd .news .l .bott .text p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 24px;
    color: #848383;
}
.l-midd .news .r{
    width: 680px;
}
.l-midd .news .r .type{
    margin: -37px 0 14px;
}
.l-midd .news .r .type li{
    margin: 0 10px 0 0;
    padding: 7px 50px;
    font-size: 16px;
    color: #767676;
    background: #F8F8F8;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
}
.l-midd .news .r .type li:hover{
    color: white;
    background: #E60038;
}
.l-midd .news .r .type li.active{
    color: white;
    background: #E60038;
}
.l-midd .news .r .listW{
    display: none;
}
.l-midd .news .r .listW:first-child{
    display: block;
}
.l-midd .news .r .list li{
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 0;
}
.l-midd .news .r .list li:first-child{
    border-top: 1px solid #E4E4E4;
}
.l-midd .news .r .list p a{
    display: block;
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4f4f4f;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .news .r .list li:hover p a{
    color: #e60038;
}
.l-midd .news .r .list span{
    color: #adadad;
}
.l-midd .news .r .more{
    border: 1px solid #E4E4E4;
    margin: 53px 0 0;
    padding: 8px 35px;
    font-size: 16px;
    color: #636363;
    background: white;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-midd .news .r .more:hover{
    color: white;
    background: #E60038;
}
.l-midd .mess{
    padding: 0 0 95px;
}
.l-midd .mess .cont{
    padding: 27px 0;
    background: url("../img/mess-p.png") no-repeat center right;
}
.l-midd .mess .l{
    width: 808px;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 0;
    -webkit-box-shadow: 0px 1px 12px 1px #dadada8f;
    -moz-box-shadow: 0px 1px 12px 1px #dadada8f;
    box-shadow: 0px 1px 12px 1px #dadada8f;
    background: white;
}
.l-midd .mess .l .titl{
    width: 586px;
    height: 121px;
    border: 1px solid #F2F2F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 21px 0 0;
    text-align: center;
}
.l-midd .mess .l .titl p{
    margin: 0 0 5px;
    font-size: 24px;
    color: #515151;
}
.l-midd .mess .l .titl p span{
    font-size: 30px;
    color: #515151;
}
.l-midd .mess .l .titl img{
    margin: 0 10px -3px 0;
}
.l-midd .mess .l .titl>span{
    font-size: 40px;
    font-weight: bold;
    color: #e60038;
}
.l-cont{
}
.l-loca.l-wrap2{
    height: 55px;
    border-bottom: 1px solid #E1E1E1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0 0;
}
.l-loca.l-wrap2 *,
.l-loca.l-wrap2 a{
    font-size: 12px;
    color: #a4a4a4;
}
.l-loca img{
    position: relative;
    top: 5px;
    margin: 0 7px 0 0;
}
.l-loca.l-wrap2 h5{
    color: #6e6e6e;
}
.l-loca.l-wrap2 a:hover{
    text-decoration: underline;
}
.l-side .type{
    margin: 32px 0 58px!important;
}
.l-side .type>li{
    padding: 4px 10px 0!important;
}
.l-page{
    padding: 25px 0;
}
.l-page .pagination{
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}
.l-page .pagination li{
    float: left;
    border: 1px solid #E1E1E1;
    margin-right: 1px;
    padding: 4px 7px;
    width: 18px;
    text-align: center;
}
.l-page .pagination .active{
    color: white;
    background: #E60038;
}
.l-page .pagination li span,
.l-page .pagination li a{
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.l-prodS>.titl{
    margin: 0 0 15px;
}
.l-prodS>img{
    max-width: 100%;
    padding: 20px 0;
}
.l-prodS img{
    max-width: 100%;
}
.l-ln{
    margin: 30px 0;
}
.l-ctct .cont h1{
    margin: 0 0 12px;
    font-weight: normal;
    color: #1d1d1d;
}
.l-ctct .cont p{
    line-height: 30px;
}
.l-ctct .qr{
    margin: 0 150px 0 0;
}
.l-map{
    margin: 30px 0 0;
}
.l-prod{
    padding: 50px 0 0;
    background: #F7F7F7;
}
.l-prod .list li{
    position: relative;
    top: 0;
    width: 289px;
    margin: 0 14px 30px 0;
    background: white;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prod .list li:hover{
    top: -20px;
    /* margin-bottom: -10px; */
    /* padding: 20px 0; */
    -webkit-box-shadow: 0px 1px 12px 1px #dadada;
    -moz-box-shadow: 0px 1px 12px 1px #dadada;
    box-shadow: 0px 1px 12px 1px #dadada;
}
.l-prod .list li.new:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 73px;
    height: 70px;
    background: url("../img/l-prod-i.png");
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prod .list li.com:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 73px;
    height: 70px;
    background: url("../img/l-prod-i2.png");
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prod .list li:nth-child(4n){
    margin-right: 0;
}
.l-prod .list li .l-img{
    width: 289px;
    height: 365px;
    border-bottom: 1px solid #DEDEDE;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prod .list li .l-img img{
    /* position: relative; */
    /* top: 0; */
    /* -webkit-transition: all .3s ease-in-out 0s; */
    /* -moz-transition: all .3s ease-in-out 0s; */
    /* -ms-transition: all .3s ease-in-out 0s; */
    /* -o-transition: all .3s ease-in-out 0s; */
    /* transition: all .3s ease-in-out 0s; */
	max-width: 289px;
    max-height: 365px;
}
.l-prod .list li:hover .l-img img{
    /* top: -8px; */
    /* -webkit-transform: scale(1.07); */
    /* -moz-transform: scale(1.07); */
    /* -ms-transform: scale(1.07); */
    /* -o-transform: scale(1.07); */
    /* transform: scale(1.07); */
}
.l-prod .list li .bott{
    padding: 19px 28px 23px;
}
.l-prod .list li h4 a{
    display: block;
    font-weight: normal;
    color: #2e2e2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prod .list li:hover h4 a{
    color: #e60038;
}
.l-prod .list li p{
    margin: 6px 0 12px;
}
.l-prod .list li p a{
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-prod .list li .bott>a{
    display: inline-block;
    margin: 0 10px;
    padding: 3px 24px;
    font-size: 12px;
    color: white;
}
.l-prod .list li .bott>a:nth-last-child(2){
    background: #E60038;
}
.l-prod .list li .bott>a:nth-last-child(1){
    background: #222222;
}
.l-ce{
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 999;
    transform: translateY(-50%); 
}
.l-ce li{
    height: 49px;
    border-bottom: 1px solid #E8E8E8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0 0;
    text-align: center;
}
.l-ce li:last-child{
    border-bottom: none;
}
.l-ce li .l-img{
    position: relative;
    top: 5px;
    width: 21px;
    height: 21px;
}
.l-ce li .l-img img{
    max-width: 21px;
    max-height: 21px;
}
.l-ce li span{
    display: inline-block;
    margin: 0 0 0 12px;
}
.l-ce li:hover span{
    text-decoration: underline;
}
.l-locaW{
    padding: 5px 0 1px;
    -webkit-box-shadow: 0px 7px 12px 1px #dadada36 inset;
    -moz-box-shadow: 0px 7px 12px 1px #dadada36 inset;
    box-shadow: 0px 7px 12px 1px #dadada36 inset;
}
.l-locaW .type{
    margin-bottom: 40px!important;
}
.l-prodS{
    padding: 48px 0 0;
}
.l-prodS>h1{
    border-left: 4px solid #EC1342;
    margin: 0 0 25px;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #3b3b3b;
}
.l-prodS .r{
    width: 570px;
}
.l-prodS .r .type{
    margin: 0 0 38px;
}
.l-prodS .r .type li{
    margin: 0 18px 0 0;
}
.l-prodS .r .type a{
    display: inline-block;
    border: 1px solid #D2CFCB;
    border-bottom: 3px solid #D2CFCB;
    padding: 12px 28px;
    color: #525252;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-prodS .r .type li:first-child a{
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-prodS .r .type li:hover a{
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-prodS .r .text p{
    line-height: 45px;
    font-size: 16px;
    color: #525252;
}
.l-prodS .can{
	display: none;
    border: 2px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 90px;
    padding: 25px 17px 30px;
}
.l-prodS .can h3{
    margin: 0 0 22px;
    font-weight: normal;
}
.l-prodS .can ul{
	text-align: center;
}
.l-prodS .can ul:not(:nth-child(2)){
	margin: 60px 0 0;
}
.l-prodS .can li{
    width: 565px;
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 32px;
    font-size: 16px;
}
.l-prodS .can li:nth-child(1),
.l-prodS .can li:nth-child(2){
    border-top: 1px solid #E6E6E6;
}
.l-prodS .can li:nth-child(odd){
    margin: 0 32px 0 0;
}
.l-prodS .can li:nth-child(4n-2),
.l-prodS .can li:nth-child(4n-3){
    background: #F9F9F9;
}
.l-prodS .can li p:nth-child(1){
    display: inline-block;
    width: 16em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 13px 0 0;
	text-align: left;
    line-height: 50px;
    color: #afafaf;
}
.l-prodS .can li p:nth-child(2){
	width: 276px;
    /* margin-left: 8em; */
	text-align: left;
    line-height: 50px;
    /* text-indent: -8em; */
}
.l-prodS .edit{
	margin: 20px 0 70px;
}
.l-prodS .edit table{
	width: 100%!important;
	margin: 0 0 40px;
}
.l-prodS .edit table,
.l-prodS .edit tr,
.l-prodS .edit td{
	border: 1px solid #E6E6E6;
}
.l-prodS .edit table tr{
	line-height: 36px;
}
.l-prodS .edit table td{
	text-align: center;
	vertical-align: middle;
}
.l-prodS .edit table br{
	display: none;
}
.l-xian{ 
    padding: 0 0 28px;
    background: #F7F7F7;
}
.l-xian .titl{
    padding: 32px 0 0;
}
.l-xian .titl h1{
    margin: 0 0 13px;
    font-size: 30px;
    font-weight: normal;
    color: #525252;
}
.l-xian .titl hr{
    display: inline-block;
    width: 62px;
    height: 3px;
    background: #E60038;
}
.l-case{
    padding: 58px 0 0;
    background: #F7F7F7;
}
.l-case .list li{
    position: relative;
    width: 377px;
    margin: 0 34px 34px 0;
}
.l-case .list li:nth-child(3n){
    margin-right: 0;
}
.l-case .list li img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-case .list li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.l-case .list li>p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background: white;
}
.l-case .list li>p a{
    display: inline-block;
    width: 315px;
    padding: 22px 0;
    font-size: 16px;
    color: #3c3c3c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-case .list li>p i{
    margin: 28px 0 0;
    color: #CCCCCC;
}
.l-case .list li>a{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 86px 0 0;
    color: white;
    background: rgba(206,4,53,.9);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-case .list li:hover>a{
    opacity: 1;
}
.l-case .list li>a h4{
    font-weight: normal;
	display: block;
	width: 377px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.l-case .list li>a hr{
    display: inline-block;
    width: 32px;
    height: 2px;
    margin: 23px 0 16px;
    background: white;
}
.l-case .list li>a p{
    width: 210px;
    line-height: 36px;
    margin: 0 auto;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fan{
    padding: 10px 0 30px;
}
.fan a{
    display: inline-block;
    border: 1px solid #D2CFCB;
    padding: 12px 28px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-caseS{
    padding: 0 0 125px;
}
.l-caseS .pic{
    width: 599px;
    border-right: 1px solid #E6E6E6;
    background: #F7F7F7;
}
.l-caseS .r{
    width: 600px;
    min-height: 425px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 65px 35px;
    background: #F7F7F7;
}
.l-caseS .r h1{
    margin: 0 0 22px;
    font-weight: normal;
}
.l-caseS .r li{
    border-top: 1px solid #E6E6E6;
    padding: 8px 0;
    line-height: 36px;
    color: #656565;
}
.l-caseS .r li p{
    text-indent: -5em;
    margin-left: 5em;
}
.l-caseS .r li span{
    color: #ababab;
}
.l-caseS .r .bott{
    margin: 65px 0 0;
}
.l-caseS .r .bott>a{
    display: inline-block;
    padding: 14px 42px;
    color: white;
    background: #E60038;
}
.l-caseS .r .bott .sx{
    margin: 18px 0 0;
}
.l-caseS .r .bott .sx a:first-child{
    margin-right: 5px;
}
.l-memb{
    display: table-cell;
    width: 100vw;
    height: 654px;
    vertical-align: middle;
    text-align: right;
    background: url("../img/memb-p.png") no-repeat center;
}
.l-memb form{
    display: inline-block;
    width: 420px;
    height: 480px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15% 0 0;
    padding: 40px 35px 0;
    vertical-align: middle;
    text-align: left;
    background: white;
}
.l-memb form a:hover{
    text-decoration: underline;
}
.l-memb form h1{
    margin: 0 0 50px;
    font-size: 32px;
    font-weight: normal;
    color: #222222;
}
.l-memb form li{
    border-bottom: 2px solid #ECEBEB;
    padding: 20px 0;
    font-size: 16px;
    color: #666666;
}
.l-memb form li span{
    display: inline-block;
    width: 72px;
}
.l-memb form li input{
    color: #ccccce;
}
/* WebKit, Blink, Edge */
.l-memb form li input::-webkit-input-placeholder{
    font-size: 16px;
    color: #ccccce;
}
/* Mozilla Firefox 4 to 18 */
.l-memb form li input:-moz-placeholder{
    font-size: 16px;
    color: #ccccce;
}
/* Mozilla Firefox 19+ */
.l-memb form li input::-moz-placeholder{
    font-size: 16px;
    color: #ccccce;
}
/* Internet Explorer 10-11 */
.l-memb form li input:-ms-input-placeholder{
    font-size: 16px;
    color: #ccccce;
}
.l-memb form li:nth-child(2) input{

}
.l-memb form .midd{
    margin: 6px 0 0;
    color: #999999;
}
.l-memb form .midd input{
    position: relative;
    top: -1px;
}
.l-memb form .midd a{
    color: #999999;
}
.l-memb form input[type="submit"]{
    width: 100%;
    margin: 45px 0 0;
    padding: 14px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    color: #ffffff;
    background: #E60038;
}
.l-memb form .regi{
    margin: 16px 0 0;
    font-size: 16px;
    color: #999999;
}
.l-memb form .regi a{
    color: #308ff0;
}
.l-side2{
    padding: 18px 0;
}
.l-side2 li{
    display: inline-block;
    margin: 0 7px 12px;
}
.l-side2 li a{
    display: inline-block;
    border: 1px solid #D2CFCB;
    border-bottom: 3px solid #D2CFCB;
    padding: 12px 22px;
    color: #525252;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-side2 li:hover a{
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-side2 li a.active{
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-abou .abou{
    margin-top: 50px;
    padding: 0 0 55px;
}
.l-abou .abou .l{
    width: 600px;
}
.l-abou .abou .l .titl p{
    font-size: 30px;
    color: #2b2b2b;
}
.l-abou .abou .l .titl p span{
    color: #e60038;
}
.l-abou .abou .l .titl h3{
    margin: 17px 0 18px;
}
.l-abou .abou .l p{
    line-height: 36px;
    color: #525252;
}
.l-abou .abou .r{
    width: 582px;
    padding: 66px 0 0;
}
.l-abou .abou .r img{
    width: 100%;
}
.l-abou .year{
    min-height: 745px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0 70px;
    background: url("../img/l-abou-year-b.png") no-repeat center;
    background-size: auto 100%;
}
.l-abou .year .show{
    min-height: 387px;
    margin-bottom: 50px;
    text-align: center;
}
.l-abou .year .show>*{
    opacity: 0;
}
.l-abou .year .titl p{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #757575;
}
.l-abou .year .swiper-slide.swiper-slide-active .titl p{
    color: #fb0543;
}
.l-abou .year .titl span{
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 30px 0 0;
    background: #4A4A4A;
}
.l-abou .year .swiper-slide.swiper-slide-active .titl span{
    background: #fb0543;
}
.l-abou .year .titl+.contW{
    display: none;
}
.l-abou .year .contW{
    text-align: center;
}
.l-abou .year .cont{
    display: inline-block;
    width: 1070px;
    color: white;
}
.l-abou .year .cont .l{
    width: 279px;
}
.l-abou .year .cont .l p{
    margin: 0 0 15px;
    font-family: Arial;
    line-height: 75px;
    font-size: 95px;
}
.l-abou .year .cont .l img{
    width: 100%;
}
.l-abou .year .cont .r{
    width: 770px;
    padding: 43px 0 0;
    text-align: left;
}
.l-abou .year .cont .r p{
    line-height: 36px;
}
.l-abou .year .cont .r img{
    width: 220px;
    margin: 10px 0 0;
}
.l-abou .year hr{
    position: relative;
    top: -16px;
    width: 100%;
    height: 2px;
    background: #383838;
}
.l-abou .sect{
    padding: 92px 0 75px;
}
.l-abou .sect h1{
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #272727;
}
.l-abou .sect p{
    line-height: 36px;
    font-size: 16px;
    color: #878787;
}
.l-abou .sect p span{
    font-weight: bold;
    color: #cb0707;
}
.l-abou .sect .pic{
    margin: 25px 0 0;
}
.l-abou .sect img{
    display: block;
}
.l-abou .sect .l{
    width: 901px;
}
.l-abou .sect .r{
    width: 292px;
}
.l-abou .sect .r .l-img2:first-child{
    margin: 0 0 6px;
}
.l-abou .sect2{
    height: 865px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0;
    background: url("../img/l-abou-sect2-b.png") no-repeat center;
}
.l-abou .sect2 h1{
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: normal;
    color: #272725;
}
.l-abou .sect2 .l{
    width: 630px;
}
.l-abou .sect2 p{
    line-height: 58px;
    font-size: 18px;
    color: #626262;
}
.l-abou .sect2 .r{
    margin: 0 0 0 50px;
}
.l-abou .sect2 .r img{
    width: 435px;
    margin: 25px 0 0;
}
.l-ctct .mess{
    height: 640px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0 0;
    color: white;
    background: url("../img/l-ctct-b.png") no-repeat center;
}
.l-ctct .mess h1{
    margin: 0 0 85px;
    line-height: 36px;
    font-size: 36px;
    font-weight: normal;
}
.l-ctct .mess form{
    width: 838px;
}
.l-ctct .mess form input{
    padding: 9px 0;
    color: white;
    background: none;
}
.l-ctct .mess form .write div:first-child{
    margin: 0 0 32px;
}
.l-ctct .mess form .write div:first-child div{
    width: 260px;
    border-bottom: 1px solid #555555;
    margin: 0 29px 0 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-ctct .mess form .write div:first-child div:hover{
    border-bottom: 1px solid rgba(0,0,0,0);
}
.l-ctct .mess form .write hr{
    position: relative;
    top: 2px;
    width: 0;
    background: #E60038;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-ctct .mess form .write div:first-child div:hover hr{
    width: 100%;
}
.l-ctct .mess form .write div:first-child div:last-child{
    margin-right: 0;
}
.l-ctct .mess form .write div:first-child div img{
    position: relative;
    top: 2px;
    margin: 0 2px 0 0;
}
.l-ctct .mess form .write div:nth-child(2){
    width: 100%;
    border-bottom: 1px solid #555555;
    margin: 0 0 32px;
}
.l-ctct .mess form .write div:nth-child(2) img{
    position: relative;
    top: 2px;
    margin: 0 4px 0 0;
}
.l-ctct .mess form .write div:nth-child(2) textarea{
    width: 771px;
    height: 55px;
	margin: 5px 0 0;
    color: white;
    background: none;
}
.l-ctct .mess form .write div:nth-child(2):hover hr{
    width: 100%;
}
.l-ctct .mess form .write div:nth-child(3) div{
    width: 260px;
    border-bottom: 1px solid #555555;
}
.l-ctct .mess form .write div:nth-child(3) div img{
    position: relative;
    top: 2px;
    margin: 0 2px 0 0;
}
.l-ctct .mess form .write div:nth-child(3):hover hr{
    width: 100%;
}
.l-ctct .mess form input[type="submit"]{
    display: inline-block;
    padding: 15px 42px;
    border-bottom: 3px solid #FC698D;
    color: #fff;
    background: #E60038;
}
.l-ctct .map{
    width: 100%;
    height: 640px;
}
.l-ctct .map>*{
    width: 50%;
}
.l-ctct .map>*:first-child{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0 0;
}
.l-ctct .map h1{
    margin: 0 0 65px;
    line-height: 36px;
    font-size: 36px;
    font-weight: normal;
    color: #060606;
}
.l-ctct .map .text{
    width: 545px;
}
.l-ctct .map .text p{
    line-height: 48px;
    font-size: 18px;
    color: #3d3d3e;
}
.l-ctct .map .text p:first-child {
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
    color: #e60038;
}
.l-ctct .map .text p span{
    font-size: 18px;
    font-weight: normal;
    color: #9c9c9c;
}
.l-ctct .map .text img{
    margin: 0 20px 0 0;
}
.l-hono .list{
    margin-top: 60px;
}
.l-hono .list li{
    width: 352px;
    margin: 0 72px 15px 0;
    padding: 0 0 90px;
    background: url("../img/l-hono-shad.png") no-repeat center bottom;
}
.l-hono .list li:nth-child(3n){
    margin-right: 0;
}
.l-hono .list li .l-img{
    width: 352px;
    height: 181px;
}
.l-hono .list li .l-img img{
    max-width: 100%;
    max-height: 181px;
}
.l-news .list{
    margin-top: 40px;
}
.l-news .list li{
    margin: 0 0 30px;
}
.l-news .list .date{
    width: 90px;
    height: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 9px 0 0;
    padding: 18px 0 0;
    text-align: center;
    background: #EEEEEE;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover .date{
    background: #E60038;
}
.l-news .list .date h1{
    font-family: Tahoma;
    font-size: 28px;
    color: #878787;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover .date h1{
    color: #fff;
}
.l-news .list .date p{
    margin: 9px 0 0;
    font-family: Tahoma;
    font-size: 20px;
    color: #878787;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover .date p{
    color: #fff;
}
.l-news .list img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.l-news .list .text{
    width: 765px;
    height: 200px;
    border-bottom: 1px solid #E1E1E1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 26px 0 0;
}
.l-news .list .text h3{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: normal;
    color: #3d3d3d;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-news .list li:hover .text h3{
    text-decoration: underline;
    color: #e60038;
}
.l-news .list .text p{
    line-height: 36px;
    font-size: 16px;
    color: #848383;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    overflow:hidden;
    text-overflow:ellipsis;
}
.l-shop .list{
    margin-top: 30px;
}
.l-shop .list li{
    width: 380px;
    margin: 0 30px 30px 0;
}
.l-shop .list li:nth-child(3n){
    margin-right: 0;
}
.l-shop .list li img{
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.l-shop .list li:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.l-shop .list li p a{
    display: block;
    padding: 16px 8px;
    text-align: center;
    font-size: 16px;
    color: #525252;
    background: #F7F7F7;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.l-shop .list li:hover p a{
    color: #fff;
    background: #E60038;
}
.l-shopS .pic{
    position: relative;
	height: 428px!important;
}
.othe{
    margin-top: 80px;
    padding: 0 0 80px;
}
.othe h1{
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: normal;
    color: #111111;
}
.othe h1 img{
    position: relative;
    top: 3px;
    margin: 0 12px 0 0;
}
.othe .list{
    border-top: 1px solid #D8D8D8;
}
.othe .list li{
    width: 33.3%;
    border-bottom: 1px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 30px 22px 3px;
}
.othe .list li img{
    position: relative;
    top: 4px;
    margin: 0 18px 0 0;
}
.othe .list li p:nth-child(1){
    font-size: 18px;
    color: #111111;
}
.othe .list li p:nth-child(2){
    margin: 5px 0;
    color: #8f8f8f;
}
.othe .list li a{
    color: #e60038;
}
.othe .list li:hover a{
    text-decoration: underline;
}
.l-join .sect{
    padding-top: 7px;
}
.l-join .cont>.sect2{
    height: 786px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 0;
    background: url("../img/l-join-sect2-b.png") no-repeat center;
}
.l-join .cont>.sect2 .cont{
    margin: 50px 0 0;
}
.l-join .cont>.sect2 .l{
    width: 600px;
    height: 410px;
    background: url("../img/l-join-sect2-p.png") no-repeat center;
}
.l-join .cont>.sect2 .l .l-di{
    width: 300px;
    height: 205px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 72px 0 0;
    background: white;
}
.l-join .cont>.sect2 .l .l-di h1{
    font-size: 36px;
    color: #e60038;
}
.l-join .cont>.sect2 .l .l-di p:nth-child(2){
    margin: 20px 0 0;
    font-size: 16px;
    color: #474747;
}
.l-join .cont>.sect2 .l .l-di p:nth-child(3){
    font-size: 10px;
    color: #c0bfbf;
}
.l-join .cont>.sect2 .r{
    width: 600px;
}
.l-join .cont>.sect2 .r li{
    width: 50%;
    height: 205px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    text-align: center;
}
.l-join .cont>.sect2 .r li:nth-child(2),
.l-join .cont>.sect2 .r li:nth-child(3){
    background: #FFFFFF;
}
.l-join .cont>.sect2 .r li p:nth-child(1){
    color: #898989;
}
.l-join .cont>.sect2 .r li p:nth-child(1) span{
    line-height: 75px;
    font-size: 75px;
    color: #e60038;
}
.l-join .cont>.sect2 .r li p:nth-child(2){
    font-size: 16px;
    color: #474747;
}
.l-join .cont>.sect2 .r li p:nth-child(3){
    font-size: 10px;
    color: #c0bfbf;
}
.l-join .sect3{
    padding: 100px 0 90px;
    background: #FAFAFA;
}
.l-join .sect3 .cont{
    width: 1100px;
    margin-top: 40px;
    background: url("../img/l-join-sect3-b.png") no-repeat bottom right;
}
.l-join .sect3 .cont a{
    position: relative;
    top: 99px;
    left: -278px;
    width: 189px;
    height: 61px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0 0;
    text-align: center;
    font-size: 16px;
    color: white;
    background: url("../img/l-join-sect3-butt-b.png") no-repeat bottom right;
}
.l-join .sect4{
    height: 863px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0 0;
    background: url("../img/l-join-sect4-b.png") no-repeat top center;
}
.l-join .sect4 .sect2{
    padding-top: 45px;
    background: none;
}
.l-join .sect4 .sect2 p{
    line-height: 54px;
}
.l-join .sect5{
    height: 709px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 90px 0 0;
    background: url("../img/l-join-sect5-b.png") no-repeat top center;
}
.l-join .sect5 .cont{
    width: 807px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 105px;
    background: white;
}
.l-join .sect5 .cont .titl{
    border: 1px solid #F2F2F2;
    padding: 22px 0;
}
.l-join .sect5 .cont .titl p{
    font-size: 36px;
    color: #474748;
}
.l-join .sect5 .cont .titl h1{
    margin: 13px 0 0;
    font-size: 40px;
    color: #e60038;
}
.l-join .sect5 .cont .titl h1 img{
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
}
.l-join .sect5 form .write{
    margin: 15px 0 0;
}
.l-join .sect5 form .write>div:nth-child(1) input,
.l-join .sect5 form .write>div:nth-child(3) input{
    width: 270px;
    height: 46px;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    color: #9f9f9f;
}
/* WebKit, Blink, Edge */
.l-join .sect5 form .write>div:nth-child(1) input::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-join .sect5 form .write>div:nth-child(1) input:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-join .sect5 form .write>div:nth-child(1) input::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-join .sect5 form .write>div:nth-child(1) input:-ms-input-placeholder{
    color: #9f9f9f;
}
/* WebKit, Blink, Edge */
.l-join .sect5 form .write>div:nth-child(3) input::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-join .sect5 form .write>div:nth-child(3) input:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-join .sect5 form .write>div:nth-child(3) input::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-join .sect5 form .write>div:nth-child(3) input:-ms-input-placeholder{
    color: #9f9f9f;
}
.l-join .sect5 form .write>div:nth-child(1) div:not(:nth-child(even)){
    margin: 0 53px 6px 0;
}
.l-join .sect5 form .write>div:nth-child(1) div:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-join .sect5 form .write>div:nth-child(1) div:nth-child(1):before{
    background: url("../img/l-join-i.png");
}
.l-join .sect5 form .write>div:nth-child(1) div:nth-child(2):before{
    background: url("../img/l-join-i2.png");
}
.l-join .sect5 form .write>div:nth-child(1) div:nth-child(3):before{
    background: url("../img/l-join-i.png");
}
.l-join .sect5 form .write>div:nth-child(1) div:nth-child(4):before{
    background: url("../img/l-join-i2.png");
}
.l-join .sect5 form .write>div:nth-child(2) textarea{
    position: relative;
    left: -4px;
    width: 592px;
    height: 110px;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 6px 0;
    padding: 14px 0 0 11px;
    color: #9f9f9f;
}
.l-join .sect5 form .write>div:nth-child(2):before{
    content: "";
    display: inline-block;
    position: relative;
    top: -29px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-join .sect5 form .write>div:nth-child(2):before{
    background: url("../img/l-join-i4.png") no-repeat;
}
.l-join .sect5 form .write>div:nth-child(3) div input{
    width: 160px;
}
.l-join .sect5 form .write>div:nth-child(3) div:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-join .sect5 form .write>div:nth-child(3) div:nth-child(1):before{
    background: url("../img/l-join-i.png");
}
/* WebKit, Blink, Edge */
.l-join .sect5 form .write>div:nth-child(2) textarea::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-join .sect5 form .write>div:nth-child(2) textarea:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-join .sect5 form .write>div:nth-child(2) textarea::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-join .sect5 form .write>div:nth-child(2) textarea:-ms-input-placeholder{
    color: #9f9f9f;
}
.l-join .sect5 form .submit input{
    width: 134px;
    height: 50px;
    margin: 15px 0 0;
    color: white;
    background: #E60038;
}
.l-join .sect6{
	height: 700px;
	background: url("../img/l-join-sect6-b.jpg") no-repeat center;
}
.l-midd .mess form .write{
    margin: 15px 0 0;
}
.l-midd .mess form .write>div:nth-child(1) input,
.l-midd .mess form .write>div:nth-child(3) input{
    width: 270px;
    height: 46px;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 12px;
    color: #9f9f9f;
}
/* WebKit, Blink, Edge */
.l-midd .mess form .write>div:nth-child(1) input::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-midd .mess form .write>div:nth-child(1) input:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-midd .mess form .write>div:nth-child(1) input::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-midd .mess form .write>div:nth-child(1) input:-ms-input-placeholder{
    color: #9f9f9f;
}
/* WebKit, Blink, Edge */
.l-midd .mess form .write>div:nth-child(3) input::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-midd .mess form .write>div:nth-child(3) input:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-midd .mess form .write>div:nth-child(3) input::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-midd .mess form .write>div:nth-child(3) input:-ms-input-placeholder{
    color: #9f9f9f;
}
.l-midd .mess form .write>div:nth-child(1) div:not(:nth-child(even)){
    margin: 0 46px 6px 0;
}
.l-midd .mess form .write>div:nth-child(1) div:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-midd .mess form .write>div:nth-child(1) div:nth-child(1):before{
    background: url("../img/l-join-i.png");
}
.l-midd .mess form .write>div:nth-child(1) div:nth-child(2):before{
    background: url("../img/l-join-i2.png");
}
.l-midd .mess form .write>div:nth-child(1) div:nth-child(3):before{
    background: url("../img/l-join-i3.png");
	width: 17px;
    height: 23px;
}
.l-midd .mess form .write>div:nth-child(1) div:nth-child(4):before{
    background: url("../img/l-join-i3.png");
	width: 17px;
    height: 23px;
}
.l-midd .mess form .write>div:nth-child(2) textarea{
    position: relative;
    left: -4px;
    width: 586px;
    height: 70px;
    border: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 6px 0;
    padding: 14px 0 0 11px;
    color: #9f9f9f;
}
.l-midd .mess form .write>div:nth-child(2):before{
    content: "";
    display: inline-block;
    position: relative;
    top: -7px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-midd .mess form .write>div:nth-child(2):before{
    background: url("../img/l-join-i4.png") no-repeat;
}
.l-midd .mess form .write>div:nth-child(3) div input{
    width: 160px;
}
.l-midd .mess form .write>div:nth-child(3) div:before{
    content: "";
    display: none;
    position: relative;
    top: 5px;
    width: 19px;
    height: 21px;
    margin: 0 8px 0 -27px;
}
.l-midd .mess form .write>div:nth-child(3) div:nth-child(1):before{
    background: url("../img/l-join-i.png");
}
/* WebKit, Blink, Edge */
.l-midd .mess form .write>div:nth-child(2) textarea::-webkit-input-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 4 to 18 */
.l-midd .mess form .write>div:nth-child(2) textarea:-moz-placeholder{
    color: #9f9f9f;
}
/* Mozilla Firefox 19+ */
.l-midd .mess form .write>div:nth-child(2) textarea::-moz-placeholder{
    color: #9f9f9f;
}
/* Internet Explorer 10-11 */
.l-midd .mess form .write>div:nth-child(2) textarea:-ms-input-placeholder{
    color: #9f9f9f;
}
.l-midd .mess form .write img{
	height: 46px;
	margin: 0 0 0 10px;
}
.l-midd .mess form .submit input{
    width: 134px;
    height: 50px;
    margin: 15px 0 0;
    color: white;
    background: #E60038;
}
.l-midd .mess .l-join .sect5{
	height: auto;
	padding-top: 0;
	background: none;
}
.l-midd .mess .l-join .sect5 .cont{
	position: relative;
	padding-top: 0;
}
.l-midd .mess .l-join .sect5 .cont form{
	position: relative;
	left: 5px;
}
.l-newsS{
	padding: 30px 0;
}
.l-newsS>h1{
	font-size: 16px;
	font-weight: normal;
}
.l-newsS .cont{
	padding: 30px 0;
}
.l-sx{
	padding: 0 0 50px;
}
.l-sear .l-img{
	width: 380px;
	height: 311px;
}
.l-sear .l-img img{
	max-width: 360px;
	max-height: 301px;
}
.l-hono h1{
	margin: 0 0 30px;
}
.l-hono img{
	max-width: 500px;
}
.l-hono .l-sx{
	margin: 30px 0 0;
}
.shop2{
	height: 680px;
}
.pro_listde ul>li{
	
}
.pro_listde2{
	float:left;
}



.zb_box{
	padding: 0 27px;
	width:100%;
}
.zb_box ul{
	padding: 0 27px;
}
.zb_box ul li{			
		border-top: 1px solid #dddddd;
		font-size: 16px;
		color: #848484;
		
}
.zb_top2{
		
		background: #E60038;
		color: #fff;
	
}
.more_tt a{
	display: block;
	width: 160px;
	height: 38px;
	line-height: 38px;
	color: #FFFFFF;
	background: #E60038;
	text-align: center;
}
.zb_box ul li:nth-child(even){
	background: #f4f4f4;
}
.zb_box ul li h4{
	background: url(../img/h_11.jpg) no-repeat 1112px  center;	
	padding: 10px 10px;
}
.zb_box ul li h4.h42{
	background: url(../img/h_22.jpg) no-repeat 1112px center;	
}
.zb_down{
	display: none;
	padding: 20px 50px;
}
.ht_box{
	width:1400px;
	margin:0 auto;
}
.l-midd .prod .ht_box .type>li {
	float: left;
}
.l-link{
	width: 362px;
}
.l-link,
.l-link a{
	margin: 0 5px 0 0;
	font-size: 12px;
    color: #8d8d8d;
}